Bitmap for WPF
Create(RenderTarget,ColorF,Nullable<BrushProperties>) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > SolidColorBrush クラス > Create メソッド : Create(RenderTarget,ColorF,Nullable<BrushProperties>) メソッド
an instance of RenderTarget
The red, green, blue, and alpha values of the brush's color.
The base opacity of the brush.
Creates a new SolidColorBrushthat has the specified color and opacity.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal renderTarget As RenderTarget, _
   ByVal color As ColorF, _
   ByVal brushProperties As System.Nullable(Of BrushProperties) _
) As SolidColorBrush
public static SolidColorBrush Create( 
   RenderTarget renderTarget,
   ColorF color,
   System.Nullable<BrushProperties> brushProperties
)

パラメータ

renderTarget
an instance of RenderTarget
color
The red, green, blue, and alpha values of the brush's color.
brushProperties
The base opacity of the brush.
参照

SolidColorBrush クラス
SolidColorBrush メンバ
オーバーロード一覧